home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
spiele
/
publicdomain
/
pigbase4
/
english
/
install-chess-to-system
next >
Wrap
Text File
|
1995-12-11
|
535b
|
15 lines
echo "Installation of Learn-Chess on sys: (startup/system disk)"
Failat 21
IF EXISTS sys:libs/req.library
echo "req.library already installed. Renaming to req.library.old ..."
rename sys:libs/req.library to sys:libs/req.library.old
ENDIF
echo "Copying req.library v2.7 to system disk..."
copy req.library to sys:libs
echo "Copying Learn-Chess to system disk..."
copy :PIGbase4#? to sys: all
copy sys:PIGbase4/ENGLISH/locale to sys:PIGbase4
copy sys:PIGbase4/ENGLISH/locale.info to sys:PIGbase4
echo "installation complete."
wait 2